Search
PointSeries Constructor
See Also
 






Initializes a new instance of the PointSeries class with the specified list of points and labels.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public PointSeries (
    List<Point2D> points,
    List<String> labels
)

 Parameters

points

A list of Point2D instances.

labels

A list of labels.

 See Also